TwoTablesGraphConfigBuilder |
TwoTablesGraphConfigBuilder.addEdgeProperty(String name, PropertyType type) |
TwoTablesGraphConfigBuilder |
TwoTablesGraphConfigBuilder.addEdgeProperty(String name, PropertyType type, Object defaultVal) |
TwoTablesGraphConfigBuilder |
TwoTablesGraphConfigBuilder.addNodeProperty(String name, PropertyType type) |
TwoTablesGraphConfigBuilder |
TwoTablesGraphConfigBuilder.addNodeProperty(String name, PropertyType type, Object defaultVal) |
static TwoTablesGraphConfigBuilder |
GraphConfigBuilder.forTwoTables()
returns a PGX graph config builder to create two-table graph programmatically via Java methods.
|
TwoTablesGraphConfigBuilder |
TwoTablesGraphConfigBuilder.setCreateEdgeIdIndex(boolean create) |
TwoTablesGraphConfigBuilder |
TwoTablesGraphConfigBuilder.setCreateEdgeIdMapping(boolean create) |
TwoTablesGraphConfigBuilder |
TwoTablesGraphConfigBuilder.setCreateVertexIdIndex(boolean create) |
TwoTablesGraphConfigBuilder |
TwoTablesGraphConfigBuilder.setCreateVertexIdMapping(boolean create) |
TwoTablesGraphConfigBuilder |
TwoTablesGraphConfigBuilder.setEdgesKey(String eKey) |
TwoTablesGraphConfigBuilder |
TwoTablesGraphConfigBuilder.setEdgesTableName(String etb) |
TwoTablesGraphConfigBuilder |
TwoTablesGraphConfigBuilder.setErrorHandlingOnMissedPropKey(OnMismatch action) |
TwoTablesGraphConfigBuilder |
TwoTablesGraphConfigBuilder.setErrorHandlingOnPropConversion(OnMismatch action) |
TwoTablesGraphConfigBuilder |
TwoTablesGraphConfigBuilder.setErrorHandlingOnTypeMismatch(OnMismatch action) |
TwoTablesGraphConfigBuilder |
TwoTablesGraphConfigBuilder.setFromNid(String fromNid) |
TwoTablesGraphConfigBuilder |
TwoTablesGraphConfigBuilder.setJdbcUrl(String url) |
TwoTablesGraphConfigBuilder |
TwoTablesGraphConfigBuilder.setNodesKey(String nKey) |
TwoTablesGraphConfigBuilder |
TwoTablesGraphConfigBuilder.setNodesTableName(String ntb) |
TwoTablesGraphConfigBuilder |
TwoTablesGraphConfigBuilder.setPassword(String pw) |
TwoTablesGraphConfigBuilder |
TwoTablesGraphConfigBuilder.setRefreshIntervalMs(int milliseconds) |
TwoTablesGraphConfigBuilder |
TwoTablesGraphConfigBuilder.setToNid(String toNid) |
TwoTablesGraphConfigBuilder |
TwoTablesGraphConfigBuilder.setUsername(String un) |
TwoTablesGraphConfigBuilder |
TwoTablesGraphConfigBuilder.setVertexIdType(IdType vertexIdType) |